AX-1941: sandbox network-allowlist fallback for full_network gap - #78
Closed
MatanEden1 wants to merge 4 commits into
Closed
AX-1941: sandbox network-allowlist fallback for full_network gap#78MatanEden1 wants to merge 4 commits into
MatanEden1 wants to merge 4 commits into
Conversation
Cursor's Agents Window (CURSOR_SANDBOX=seatbelt) blocks *.jfrog.io by default. Add a workspace .cursor/sandbox.json to unblock it. Workspace allowlists are unioned with Cursor's defaults, so only the missing host needs to be listed. Co-authored-by: Cursor <cursoragent@cursor.com>
MatanEden1
force-pushed
the
ax-1941-cursor-sandbox-fallback
branch
from
August 27, 2026 12:27
b7d3c68 to
e82c95a
Compare
Cursor's Agents Window (CURSOR_SANDBOX=seatbelt) blocks *.jfrog.io by default. Add a workspace .cursor/sandbox.json to unblock it. Workspace allowlists are unioned with Cursor's defaults, so only the missing host needs to be listed. Extend validate-template.mjs to assert sandbox.json exists, has default=deny, and includes *.jfrog.io. Co-authored-by: Cursor <cursoragent@cursor.com>
This reverts commit e5b038d.
Probes *.jfrog.io hosts through the sandbox proxy the same way the ticket reporter did. Run from inside the Agents Window to confirm .cursor/sandbox.json is actually unblocking the hosts. Co-authored-by: Cursor <cursoragent@cursor.com>
1 task
Contributor
Author
|
Superseded by #79 — clean history, same changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cursor's Agents Window (
CURSOR_SANDBOX=seatbelt) blocks*.jfrog.ioby default. All HTTPS is forced through an ephemeral local proxy;*.jfrog.ioreturns 403 while public registries (npmjs, pypi, nodejs.org) are already allowed.Adds a workspace
.cursor/sandbox.jsonto unblock*.jfrog.io. Workspace allowlists are unioned with Cursor's defaults — only the missing host needs to be listed.Test plan
.cursor/sandbox.jsonactually unblocks the Agents Window surface (not yet confirmed)